Support GtkWidget expand properties in GtkBox
authorHavoc Pennington <hp@pobox.com>
Mon, 6 Sep 2010 16:30:40 +0000 (12:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 14:49:06 +0000 (10:49 -0400)
commit8abb18f910ba26f8dd536b28150b85e1616eb1aa
treee182e030fb37ff97e490d6600b9fc85f9b19be7d
parent7597a35477eefdcea9264b67f3ccefdb63f911d5
Support GtkWidget expand properties in GtkBox

This consists of:
* expand a child if either child->expand || gtk_widget_get_expand(child)
* override compute_expand so that child->expand will cause us to
  return TRUE for gtk_widget_get_expand()

https://bugzilla.gnome.org/show_bug.cgi?id=628902
gtk/gtkbox.c